home *** CD-ROM | disk | FTP | other *** search
- *** orig/gdb-4.12/gdb/main.c Tue Jul 26 00:53:08 1994
- --- src/gdb-4.12/gdb/main.c Wed Jul 27 00:48:54 1994
- ***************
- *** 536,541 ****
- --- 536,545 ----
- /* This needs to happen before the first use of malloc. */
- init_malloc ((PTR) NULL);
-
- + #ifdef __GO32__
- + init_go32_extdebug(&argc, &argv);
- + #endif
- +
- #if defined (ALIGN_STACK_ON_STARTUP)
- i = (int) &count & 0x3;
- if (i != 0)
-